Skip to main content

Advanced Features

Switching Environments

  1. Open the DevAssure Configuration view.
  2. Click Environment:.
  3. Enter an environment name that matches a top-level key in test_data.yaml (e.g., uat, prod).

The selected environment applies to all subsequent runs in the workspace.


Multiple .devassure folders

For monorepos or workspaces with multiple projects:

  1. Open the DevAssure Configuration view.
  2. In the title bar, click Select .devassure folder (folder icon).
  3. Pick the .devassure folder or its parent directory (must be inside the current workspace).

The extension uses the selected project path for Configuration, Tests, and all runs until changed.


Proxy Configuration

If HTTP_PROXY or HTTPS_PROXY environment variables are set, the extension uses them automatically.

To configure a proxy explicitly in VS Code settings:

  • DevAssure: Http Proxy (devassure.http_proxy)
  • DevAssure: Https Proxy (devassure.https_proxy)

Extension settings take precedence over environment variables when both are set.